Your question is not applicable.
Document/Literal is data-based and not method-based like in RPC/Literal messaging mode. In document/literal, the server side (JAX-RPC), extracts the data (for example a purchase order) message out from the SOAP message and automatically binds it to a PurchaseOrder object (using JAXB) for your
Java parameters.
Hope that answers your question!