| java.lang.Object com.caucho.soap.skeleton.Skeleton com.caucho.soap.skeleton.DirectSkeleton
DirectSkeleton | public class DirectSkeleton extends Skeleton (Code) | | Invokes a SOAP request on a Java POJO
|
Field Summary | |
final public static L10N | L |
Method Summary | |
public void | addAction(Method method, AbstractAction action) | public void | dumpSchema(OutputStream os) | public void | dumpSchema(Writer w) | public void | dumpWSDL(OutputStream os) | public void | dumpWSDL(Writer w) | public void | dumpWSDL(String dir) Dumps a WSDL into the specified directory using the service name
annotation if present. | public void | generateSchema() | public void | generateWSDL() To be accurate, all of the actions must have been added before this
method is run for the first time. | public String | getNamespace() | public String | getPortName() | static String | getPortType(Class impl, Class api) | public String | getWsdlLocation() | public Object | invoke(Method method, String url, Object[] args) | public Object | invoke(Method method, String url, Object[] args, HandlerChainInvoker handlerChain) Invokes the request on a remote object using an outbound XML stream. | public void | invoke(Object service, HttpServletRequest request, HttpServletResponse response) Invokes the request on a local object using an inbound XML stream. | public void | setSeparateSchema(boolean separateSchema) | public String | toString() | public void | writeSchema(XMLStreamWriter out) |
L | final public static L10N L(Code) | | |
setSeparateSchema | public void setSeparateSchema(boolean separateSchema)(Code) | | |
Methods inherited from com.caucho.soap.skeleton.Skeleton | abstract public String getNamespace()(Code)(Java Doc) abstract public String getPortName()(Code)(Java Doc) abstract public void invoke(Object service, HttpServletRequest request, HttpServletResponse response) throws IOException, XMLStreamException, Throwable(Code)(Java Doc) public Object invoke(Method method, String url, Object[] args) throws IOException, XMLStreamException, MalformedURLException, JAXBException, Throwable(Code)(Java Doc) abstract public Object invoke(Method method, String url, Object[] args, HandlerChainInvoker handlerChain) throws IOException, XMLStreamException, MalformedURLException, JAXBException, Throwable(Code)(Java Doc)
|
|
|