Java Doc for DocumentBareAction.java in  » EJB-Server-resin-3.1.5 » extra » com » caucho » soap » skeleton » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » EJB Server resin 3.1.5 » extra » com.caucho.soap.skeleton 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.caucho.soap.skeleton.AbstractAction
      com.caucho.soap.skeleton.DocumentBareAction

DocumentBareAction
public class DocumentBareAction extends AbstractAction (Code)
Invokes a SOAP request on a Java POJO method. This class handles the document-literal bare (i.e. non-wrapped) style which JAX-WS maps to methods of at most one input and one output argument. Non-void return values count as an output argument and INOUT arguments count as both one input and one output.



Constructor Summary
public  DocumentBareAction(Method method, Method eiMethod, JAXBContextImpl jaxbContext, String targetNamespace, WSDLDefinitions wsdl, Marshaller marshaller, Unmarshaller unmarshaller)
    

Method Summary
protected  Object[]readMethodInvocation(XMLStreamReader header, XMLStreamReader in)
    
protected  ObjectreadResponse(XMLStreamReader in, Object[] args)
    
public  StringtoString()
    
protected  voidwriteMethodInvocation(XMLStreamWriter out, Object[] args)
    
protected  voidwriteResponse(XMLStreamWriter out, Object value, Object[] args)
    
public  voidwriteSchema(XMLStreamWriter out, String namespace, JAXBContextImpl context)
    
public  voidwriteWSDLBindingOperation(XMLStreamWriter out, String soapNamespaceURI)
    
public  voidwriteWSDLMessages(XMLStreamWriter out, String soapNamespaceURI)
    
public  voidwriteWSDLOperation(XMLStreamWriter out, String soapNamespaceURI)
    


Constructor Detail
DocumentBareAction
public DocumentBareAction(Method method, Method eiMethod, JAXBContextImpl jaxbContext, String targetNamespace, WSDLDefinitions wsdl, Marshaller marshaller, Unmarshaller unmarshaller) throws JAXBException, WebServiceException(Code)




Method Detail
readMethodInvocation
protected Object[] readMethodInvocation(XMLStreamReader header, XMLStreamReader in) throws IOException, XMLStreamException, JAXBException(Code)



readResponse
protected Object readResponse(XMLStreamReader in, Object[] args) throws IOException, XMLStreamException, JAXBException, Throwable(Code)



toString
public String toString()(Code)



writeMethodInvocation
protected void writeMethodInvocation(XMLStreamWriter out, Object[] args) throws IOException, XMLStreamException, JAXBException(Code)



writeResponse
protected void writeResponse(XMLStreamWriter out, Object value, Object[] args) throws IOException, XMLStreamException, JAXBException(Code)



writeSchema
public void writeSchema(XMLStreamWriter out, String namespace, JAXBContextImpl context) throws XMLStreamException, WebServiceException(Code)



writeWSDLBindingOperation
public void writeWSDLBindingOperation(XMLStreamWriter out, String soapNamespaceURI) throws XMLStreamException(Code)



writeWSDLMessages
public void writeWSDLMessages(XMLStreamWriter out, String soapNamespaceURI) throws XMLStreamException(Code)



writeWSDLOperation
public void writeWSDLOperation(XMLStreamWriter out, String soapNamespaceURI) throws XMLStreamException(Code)



Fields inherited from com.caucho.soap.skeleton.AbstractAction
final protected static String SOAP_ENCODING_STYLE(Code)(Java Doc)
final public static String SOAP_ENVELOPE(Code)(Java Doc)
final public static String SOAP_ENVELOPE_PREFIX(Code)(Java Doc)
final protected static String TARGET_NAMESPACE_PREFIX(Code)(Java Doc)
final protected static String XML_SCHEMA_PREFIX(Code)(Java Doc)
final protected int _arity(Code)(Java Doc)
final protected ParameterMarshal[] _attachmentArgs(Code)(Java Doc)
final protected HashMap<String, ParameterMarshal> _attachmentArguments(Code)(Java Doc)
protected int _attachmentInputs(Code)(Java Doc)
protected int _attachmentOutputs(Code)(Java Doc)
protected WSDLBindingOperation _bindingOperation(Code)(Java Doc)
final protected ParameterMarshal[] _bodyArgs(Code)(Java Doc)
final protected HashMap<String, ParameterMarshal> _bodyArguments(Code)(Java Doc)
protected int _bodyInputs(Code)(Java Doc)
protected int _bodyOutputs(Code)(Java Doc)
final protected HashMap<QName, ParameterMarshal> _faultNames(Code)(Java Doc)
final protected HashMap<Class, ParameterMarshal> _faults(Code)(Java Doc)
final protected ParameterMarshal[] _headerArgs(Code)(Java Doc)
final protected HashMap<String, ParameterMarshal> _headerArguments(Code)(Java Doc)
protected int _headerInputs(Code)(Java Doc)
protected int _headerOutputs(Code)(Java Doc)
final protected boolean _headerReturn(Code)(Java Doc)
protected String _inputName(Code)(Java Doc)
protected boolean _isOneway(Code)(Java Doc)
final protected JAXBContextImpl _jaxbContext(Code)(Java Doc)
protected static MessageFactory _messageFactory(Code)(Java Doc)
final protected Method _method(Code)(Java Doc)
protected String _operationName(Code)(Java Doc)
protected String _portName(Code)(Java Doc)
protected QName _requestName(Code)(Java Doc)
protected String _responseName(Code)(Java Doc)
protected QName _resultName(Code)(Java Doc)
final protected ParameterMarshal _returnMarshal(Code)(Java Doc)
final protected String _soapAction(Code)(Java Doc)
protected static SOAPMessage _soapMessage(Code)(Java Doc)
final protected String _targetNamespace(Code)(Java Doc)
protected WSDLDefinitions _wsdl(Code)(Java Doc)
protected static XMLInputFactory _xmlInputFactory(Code)(Java Doc)
protected static XMLOutputFactory _xmlOutputFactory(Code)(Java Doc)

Methods inherited from com.caucho.soap.skeleton.AbstractAction
public static AbstractAction createAction(Method method, JAXBContextImpl jaxbContext, String targetNamespace, WSDLDefinitions wsdl, Marshaller marshaller, Unmarshaller unmarshaller) throws JAXBException, WebServiceException(Code)(Java Doc)
protected static SOAPFault createSOAPFault() throws SOAPException(Code)(Java Doc)
public int getArity()(Code)(Java Doc)
public static Method getEIMethod(Method method)(Code)(Java Doc)
public String getInputName()(Code)(Java Doc)
public static String getPortName(Method method, Method eiMethod)(Code)(Java Doc)
public static String getSOAPAction(Method method, Method eiMethod)(Code)(Java Doc)
public static String getWebMethodName(Method method)(Code)(Java Doc)
public static String getWebMethodName(Method method, Method eiMethod)(Code)(Java Doc)
protected static XMLOutputFactory getXMLOutputFactory()(Code)(Java Doc)
public boolean hasHeaderInput()(Code)(Java Doc)
public Object invoke(String url, Object[] args, HandlerChainInvoker handlerChain) throws IOException, XMLStreamException, MalformedURLException, JAXBException, Throwable(Code)(Java Doc)
public int invoke(Object service, XMLStreamReader header, XMLStreamReader in, XMLStreamWriter out, List<Attachment> attachments) throws IOException, XMLStreamException, Throwable(Code)(Java Doc)
protected boolean isAttachment(WebParam webParam)(Code)(Java Doc)
protected void readAttachments(List<Attachment> attachments, Object[] args) throws IOException, XMLStreamException, JAXBException(Code)(Java Doc)
protected Throwable readFault(XMLStreamReader in) throws IOException, XMLStreamException, JAXBException, SOAPException(Code)(Java Doc)
protected void readHeaders(XMLStreamReader header, Object[] args) throws IOException, XMLStreamException, JAXBException(Code)(Java Doc)
abstract protected Object[] readMethodInvocation(XMLStreamReader header, XMLStreamReader in) throws IOException, XMLStreamException, JAXBException(Code)(Java Doc)
abstract protected Object readResponse(XMLStreamReader in, Object[] args) throws IOException, XMLStreamException, JAXBException, Throwable(Code)(Java Doc)
protected void writeAttachments(OutputStream out, UUID uuid, Object[] args) throws IOException(Code)(Java Doc)
protected void writeFault(XMLStreamWriter out, Throwable fault) throws IOException, XMLStreamException, JAXBException(Code)(Java Doc)
abstract protected void writeMethodInvocation(XMLStreamWriter out, Object[] args) throws IOException, XMLStreamException, JAXBException(Code)(Java Doc)
protected void writeRequest(XMLStreamWriter out, Object[] args) throws IOException, XMLStreamException, JAXBException(Code)(Java Doc)
abstract protected void writeResponse(XMLStreamWriter out, Object value, Object[] args) throws IOException, XMLStreamException, JAXBException(Code)(Java Doc)
abstract public void writeSchema(XMLStreamWriter out, String namespace, JAXBContextImpl context) throws XMLStreamException, WebServiceException(Code)(Java Doc)
abstract public void writeWSDLBindingOperation(XMLStreamWriter out, String soapNamespaceURI) throws XMLStreamException(Code)(Java Doc)
abstract public void writeWSDLMessages(XMLStreamWriter out, String soapNamespaceURI) throws XMLStreamException(Code)(Java Doc)
abstract public void writeWSDLOperation(XMLStreamWriter out, String soapNamespaceURI) throws XMLStreamException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.